docs: Don't build Yelp manual for bundled gtk-doc subproject
authorSimon McVittie <smcv@debian.org>
Tue, 25 Aug 2020 09:42:40 +0000 (10:42 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 25 Aug 2020 10:55:35 +0000 (11:55 +0100)
This adds dependencies that would otherwise be unnecessary.

Signed-off-by: Simon McVittie <smcv@debian.org>
docs/reference/meson.build

index 1654463490d901f0654f923967c6b5cb22f9428a..905af97d000181377d351ea64e52cf05e093fed9 100644 (file)
@@ -7,7 +7,7 @@ if get_option('gtk_doc')
   # for the time being
   dependency('gtk-doc', version: '>=1.99',
     fallback: ['gtk-doc', 'dummy_dep'],
-    default_options: ['tests=false'])
+    default_options: ['tests=false', 'yelp_manual=false'])
 
   glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
   glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')